Filter hook 'network_sites_updated_message_{$action}'
in WP Core File wp-admin/network/sites.php at line 366
Description
Filters a specific, non-default, site-updated message in the Network admin. The dynamic portion of the hook name, `$action`, refers to the non-default site update action.
Occurrences
Filename |
Line Number |
wp-admin/network/sites.php |
366 |
Parameters
Type |
Name |
Description |
string |
$msg |
The update message. Default 'Settings saved'. |
PHP Doc
/**
* Filters a specific, non-default, site-updated message in the Network admin.
*
* The dynamic portion of the hook name, `$action`, refers to the non-default
* site update action.
*
* @since 3.1.0
*
* @param string $msg The update message. Default 'Settings saved'.
*/